██    ██ ██    ██  ██████  ██  ██████  ██    ██ ███████ ██████  ██    ██ 
     ██  ██  ██    ██ ██       ██ ██    ██ ██    ██ ██      ██   ██  ██  ██  
      ████   ██    ██ ██   ███ ██ ██    ██ ██    ██ █████   ██████    ████   
       ██    ██    ██ ██    ██ ██ ██ ▄▄ ██ ██    ██ ██      ██   ██    ██    
       ██     ██████   ██████  ██  ██████   ██████  ███████ ██   ██    ██    
                                      ▀▀                                     
    
Cards - Execution started 29/05/2023 04:02 UTC
By Guilherme Ruiz

Table of Contents¶

  • 1  Data aquisition
    • 1.1  Fetch online data
    • 1.2  Merge data
  • 2  Check changes
    • 2.1  Load previous data
    • 2.2  Generate changelog
    • 2.3  Save data
  • 3  Data visualization
    • 3.1  Full data
    • 3.2  Card types
    • 3.3  Monsters
      • 3.3.1  Attributes
      • 3.3.2  Primary types
        • 3.3.2.1  Has effect discrimination
        • 3.3.2.2  Is pendulum discrimination
        • 3.3.2.3  By attribute
      • 3.3.3  Secondary types
        • 3.3.3.1  By attribute
        • 3.3.3.2  By secondary type
      • 3.3.4  Monster types
        • 3.3.4.1  By Attribute
        • 3.3.4.2  By primary type
        • 3.3.4.3  By secondary type
      • 3.3.5  Effect type
      • 3.3.6  ATK
      • 3.3.7  DEF
      • 3.3.8  Level/Rank
        • 3.3.8.1  ATK statistics
        • 3.3.8.2  DEF statistics
      • 3.3.9  Pendulum scale
        • 3.3.9.1  ATK statistics
        • 3.3.9.2  DEF statistics
        • 3.3.9.3  Level/Rank statistics
      • 3.3.10  Link
        • 3.3.10.1  ATK statistics
      • 3.3.11  Link Arrows
        • 3.3.11.1  By combination
        • 3.3.11.2  By unique
        • 3.3.11.3  By link
    • 3.4  Spell & Trap
      • 3.4.1  Properties
      • 3.4.2  Effect type
        • 3.4.2.1  Spell & Trap discrimination
    • 3.5  Archseries
      • 3.5.1  By card type
      • 3.5.2  By primary type
      • 3.5.3  By secondary type
      • 3.5.4  By monster type
      • 3.5.5  By property
    • 3.6  Artworks
      • 3.6.1  By card type
      • 3.6.2  By primary type
    • 3.7  Errata
      • 3.7.1  By card type
      • 3.7.2  By primary type
      • 3.7.3  By artwork
    • 3.8  TCG & OCG status
      • 3.8.1  TGC status
        • 3.8.1.1  By card type
        • 3.8.1.2  By monster type
        • 3.8.1.3  By archseries
      • 3.8.2  OCG status
        • 3.8.2.1  By card type
        • 3.8.2.2  By monster type
        • 3.8.2.3  By archseries
      • 3.8.3  TCG vs. OCG status
  • 4  Extras
    • 4.1 Multiple secondary types
    • 4.2 Not yet released
    • 4.3 Counters and Tokens
  • 5  Epilogue
    • 5.1  HTML export

Data aquisition¶

Fetch online data¶

Downloading monsters
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
8139 results

Downloading Spells
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
2444 results

Downloading Traps
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
1856 results

Downloading tokens
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
112 results

Downloading counters
/home/jovyan/yugiquery/source/yugiquery.py:537: FutureWarning: The behavior of 'to_datetime' with 'unit' when parsing strings is deprecated. In a future version, strings will be parsed as datetime strings, matching the behavior without a 'unit'. To retain the old behavior, explicitly cast ints or floats to numeric type before calling to_datetime.
  lambda x: pd.to_datetime(x[0]["timestamp"], unit="s", errors="coerce")
13 results

Downloading all errata
4814 results

Merge data¶

Data merged

Check changes¶

Load previous data¶

File loaded

Generate changelog¶

Password Effect type TCG status OCG status Modification date Errata Version
Name
Absolute Powerforce NaN (Effect,) NaN Not yet released 2023-05-28 12:26:40 NaN New
Appointer of the Red Lotus 43262273 (Cost, Effect) Semi-Limited Unlimited 2023-03-15 01:25:20 (Any,) Old
Appointer of the Red Lotus 43262273 (Cost, Effect) Limited Unlimited 2023-03-15 01:25:20 (Any,) New
Archfiend General 48675364 (Continuous Effect, Ignition Effect) Unlimited Unlimited 2023-04-08 22:43:12 NaN Old
Archfiend General 48675364 (Continuous Effect, Ignition Effect) Unlimited Unlimited 2023-04-08 22:43:12 (Any,) New
Battlin' Boxer Chief Second NaN (Condition, Continuous Effect, Trigger Effect) NaN Not yet released 2023-04-13 15:51:28 NaN Old
Battlin' Boxer Chief Second 47921178 (Condition, Continuous Effect, Trigger Effect) NaN Unlimited 2023-05-27 11:09:52 NaN New
Battlin' Boxer King Dempsey NaN (Condition, Quick Effect, Trigger Effect) NaN Not yet released 2023-04-13 16:10:40 NaN Old
Battlin' Boxer King Dempsey 46804536 (Condition, Quick Effect, Trigger Effect) NaN Unlimited 2023-05-27 11:14:08 NaN New
Battlin' Boxer Promoter NaN (Condition, Ignition Effect) NaN Not yet released 2023-04-13 15:53:36 NaN Old
Battlin' Boxer Promoter 83315222 (Condition, Ignition Effect) NaN Unlimited 2023-05-27 11:09:52 NaN New
Battlin' Boxer Uppercutter NaN (Condition, Trigger Effect) NaN Not yet released 2023-04-13 15:38:40 NaN Old
Battlin' Boxer Uppercutter 11522479 (Condition, Trigger Effect) NaN Unlimited 2023-05-27 11:07:44 NaN New
Battlin' Boxing Cross Counter NaN (Condition, Effect) NaN Not yet released 2023-04-13 16:42:40 NaN Old
Battlin' Boxing Cross Counter 19688343 (Condition, Effect) NaN Unlimited 2023-05-27 11:18:24 NaN New
Battlin' Boxing Spirits 36916401 (Condition, Cost, Effect) Unlimited Unlimited 2023-04-06 12:22:24 NaN Old
Battlin' Boxing Spirits 36916401 (Condition, Effect) Unlimited Unlimited 2023-05-27 15:51:28 NaN New
Curse of Aging 41398771 (Effect,) Unlimited Unlimited 2023-04-08 22:41:04 NaN Old
Curse of Aging 41398771 (Effect,) Unlimited Unlimited 2023-04-08 22:41:04 (Any,) New
D-Boyz 79279397 (Flip effect,) Unlimited Unlimited 2023-04-07 20:07:28 NaN Old
D-Boyz 79279397 (Flip effect,) Unlimited Unlimited 2023-04-07 20:07:28 (Type,) New
D.D. Destroyer 44792253 (Trigger Effect,) Unlimited Unlimited 2023-04-08 22:41:04 NaN Old
D.D. Destroyer 44792253 (Trigger Effect,) Unlimited Unlimited 2023-04-08 22:41:04 (Any,) New
Fire Ejection NaN (Condition, Effect) NaN Not yet released 2023-04-14 17:42:24 NaN Old
Fire Ejection 11654067 (Condition, Effect) NaN Unlimited 2023-05-27 10:54:56 NaN New
Fire Formation - Tenki 57103969 (Condition, Continuous-like Effect, Effect) Semi-Limited Semi-Limited 2023-05-23 00:36:16 (Any,) Old
Fire Formation - Tenki 57103969 (Condition, Continuous-like Effect, Effect) Unlimited Semi-Limited 2023-05-23 00:36:16 (Any,) New
Gravitic Orb 29216198 (Flip effect,) Unlimited Unlimited 2023-04-07 20:07:28 (Any,) Old
Gravitic Orb 29216198 (Flip effect,) Unlimited Unlimited 2023-04-07 20:07:28 (Type,) New
Number C79: Battlin' Boxer Commander Caesar NaN (Condition, Continuous Effect, Quick Effect, T... NaN Not yet released 2023-04-13 16:08:32 NaN Old
Number C79: Battlin' Boxer Commander Caesar 10300821 (Condition, Continuous Effect, Quick Effect, T... NaN Unlimited 2023-05-27 11:12:00 NaN New
Salamangreat Burst Gryphon NaN (Condition, Ignition Effect, Trigger Effect) NaN Not yet released 2023-05-11 16:36:16 NaN Old
Salamangreat Burst Gryphon 10140443 (Condition, Ignition Effect, Trigger Effect) NaN Unlimited 2023-05-27 10:25:04 NaN New
Salamangreat Charge NaN (Condition, Effect) NaN Not yet released 2023-05-10 02:25:04 NaN Old
Salamangreat Charge 83533296 (Condition, Effect) NaN Unlimited 2023-05-27 10:29:20 NaN New
Salamangreat Raging Phoenix NaN (Condition, Trigger Effect) NaN Not yet released 2023-05-11 16:53:20 NaN Old
Salamangreat Raging Phoenix 57134592 (Condition, Trigger Effect) NaN Unlimited 2023-05-27 10:27:12 NaN New
Salamangreat Revive NaN (Condition, Effect, Quick-like Effect) NaN Not yet released 2023-05-10 02:27:12 NaN Old
Salamangreat Revive 19027895 (Condition, Effect, Quick-like Effect) NaN Unlimited 2023-05-27 10:29:20 NaN New
Salamangreat Teeger NaN (Condition, Ignition Effect, Unclassified effect) NaN Not yet released 2023-05-10 01:48:48 NaN Old
Salamangreat Teeger 84755744 (Condition, Ignition Effect, Unclassified effect) NaN Unlimited 2023-05-27 10:22:56 NaN New
Salamangreat Wheesel NaN (Condition, Ignition Effect, Trigger Effect) NaN Not yet released 2023-05-10 01:36:00 NaN Old
Salamangreat Wheesel 57357130 (Condition, Ignition Effect, Trigger Effect) NaN Unlimited 2023-05-27 10:22:56 NaN New
Salamangreat of Fire NaN (Condition, Trigger Effect) NaN Not yet released 2023-05-23 12:09:36 NaN Old
Salamangreat of Fire 11962031 (Condition, Trigger Effect) NaN Unlimited 2023-05-27 10:20:48 NaN New
Seventh Force NaN (Effect,) NaN Not yet released 2023-05-10 15:25:52 NaN Old
Seventh Force 83293635 (Effect,) NaN Unlimited 2023-05-27 11:16:16 NaN New
Volcanic Blaze Accelerator NaN (Cost, Ignition-like Effect, Unclassified effect) NaN Not yet released 2023-04-14 17:31:44 NaN Old
Volcanic Blaze Accelerator 85250352 (Cost, Ignition-like Effect, Unclassified effect) NaN Unlimited 2023-05-27 10:52:48 NaN New
Volcanic Emission NaN (Condition, Effect) NaN Not yet released 2023-05-17 00:59:44 NaN Old
Volcanic Emission 58143766 (Condition, Effect) NaN Unlimited 2023-05-27 10:54:56 NaN New
Volcanic Emperor NaN (Condition, Continuous Effect, Summoning condi... NaN Not yet released 2023-04-14 16:59:44 NaN Old
Volcanic Emperor 46412900 (Condition, Continuous Effect, Summoning condi... NaN Unlimited 2023-05-27 10:48:32 NaN New
Volcanic Inferno NaN (Condition, Quick-like Effect) NaN Not yet released 2023-04-14 17:46:40 NaN Old
Volcanic Inferno 84138874 (Condition, Quick-like Effect) NaN Unlimited 2023-05-27 10:57:04 NaN New
Volcanic Rimfire NaN (Trigger Effect,) NaN Not yet released 2023-04-14 17:23:12 NaN Old
Volcanic Rimfire 59805313 (Condition, Trigger Effect) NaN Unlimited 2023-05-27 10:50:40 NaN New
Volcanic Trooper NaN (Condition, Trigger Effect) NaN Not yet released 2023-04-14 17:06:08 NaN Old
Volcanic Trooper 22411609 (Condition, Ignition Effect, Trigger Effect) NaN Unlimited 2023-05-27 10:50:40 NaN New
Changelog saved

Save data¶

Data saved

Data visualization¶

Full data¶

Name Password Card type Property Archseries Effect type TCG status OCG status Page name Page URL Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
0 "A" Cell Breeding Device 34541863 Spell Card Continuous Spell Card NaN (Trigger Effect,) Unlimited Unlimited "A" Cell Breeding Device https://yugipedia.com/wiki/%22A%22_Cell_Breedi... NaN 2023-03-17 23:21:36 (Name,) NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
1 "A" Cell Incubator 64163367 Spell Card Continuous Spell Card NaN (Continuous-like Effect, Trigger Effect) Unlimited Unlimited "A" Cell Incubator https://yugipedia.com/wiki/%22A%22_Cell_Incubator NaN 2023-03-17 23:21:36 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
2 "A" Cell Recombination Device 91231901 Spell Card Quick-Play Spell Card NaN (Effect, Ignition-like Effect) Unlimited Unlimited "A" Cell Recombination Device https://yugipedia.com/wiki/%22A%22_Cell_Recomb... NaN 2023-03-17 23:21:36 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
3 "A" Cell Scatter Burst 73262676 Spell Card Quick-Play Spell Card NaN (Effect,) Unlimited Unlimited "A" Cell Scatter Burst https://yugipedia.com/wiki/%22A%22_Cell_Scatte... NaN 2023-03-17 23:21:36 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
4 "Infernoble Arms - Almace" 98319530 Spell Card Equip Spell Card (Infernoble Arms, Noble Arms) (Condition, Ignition-like Effect, Trigger Effect) NaN Unlimited "Infernoble Arms - Almace" https://yugipedia.com/wiki/%22Infernoble_Arms_... NaN 2023-04-22 12:20:16 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
12559 Zubaba Knight 97896503 Monster Card NaN (Zubaba,) (Trigger Effect,) Unlimited Unlimited Zubaba Knight https://yugipedia.com/wiki/Zubaba_Knight NaN 2023-03-20 21:24:16 (Any,) EARTH Effect Monster NaN Warrior 900 NaN NaN NaN 1600 3
12560 Zubababancho Gagagacoat 23720856 Monster Card NaN (Gagaga, Zubaba) (Condition, Ignition Effect) Unlimited Unlimited Zubababancho Gagagacoat https://yugipedia.com/wiki/Zubababancho_Gagaga... NaN 2023-03-20 21:24:16 NaN EARTH Effect Monster NaN Warrior 100 NaN NaN NaN 1800 4
12561 Zuijin of the Ice Barrier 43256007 Monster Card NaN (Ice Barrier,) (Condition, Ignition Effect) Unlimited Unlimited Zuijin of the Ice Barrier https://yugipedia.com/wiki/Zuijin_of_the_Ice_B... NaN 2023-03-20 21:24:16 NaN WATER Effect Monster NaN Warrior 300 NaN NaN NaN 500 2
12562 Zure, Knight of Dark World 07459013 Monster Card NaN (Dark World,) NaN Unlimited Unlimited Zure, Knight of Dark World https://yugipedia.com/wiki/Zure,_Knight_of_Dar... NaN 2023-03-31 17:10:24 (Type,) DARK Normal Monster NaN Fiend 1500 NaN NaN NaN 1800 4
12563 Zushin the Sleeping Giant 67547370 Monster Card NaN NaN (Continuous Effect, Ignition Effect, Summoning... Unlimited Unlimited Zushin the Sleeping Giant https://yugipedia.com/wiki/Zushin_the_Sleeping... NaN 2023-03-20 21:24:16 NaN EARTH Effect Monster NaN Warrior 0 NaN NaN NaN 0 10

12564 rows × 23 columns

Full data available to download here

Card types¶

Total number of card types: 3

Monsters¶

Attributes¶

Total number of attributes: 7
Name Password Archseries Primary type Secondary type Monster type Effect type DEF Pendulum Scale Link Link Arrows ATK Level/Rank TCG status OCG status Artwork Modification date Errata
Attribute
DARK 2261 2239 463 7 7 24 155 63 12 6 42 71 13 6 6 3 1136 4
DIVINE 6 0 3 1 0 2 6 4 0 0 0 4 2 2 2 1 7 3
EARTH 1893 1884 338 7 6 23 126 60 12 4 29 71 12 5 6 3 941 4
FIRE 705 703 197 7 7 22 85 40 8 4 23 43 12 4 5 3 420 4
LIGHT 1650 1626 398 7 7 24 134 50 12 5 30 58 14 4 6 3 864 4
WATER 844 843 211 7 6 22 93 41 9 4 16 57 12 5 4 3 548 4
WIND 772 769 220 7 6 24 105 38 11 4 14 47 12 6 5 3 474 4

Primary types¶

Total number of primary types: 7
Name Password Archseries Attribute Secondary type Monster type Effect type DEF Pendulum Scale Link Link Arrows ATK Level/Rank TCG status OCG status Artwork Modification date Errata
Primary type
Effect Monster 5532 5495 795 7 8 26 205 66 14 0 0 73 12 6 6 3 1811 4
Fusion Monster 449 443 147 6 1 24 69 46 5 0 0 50 12 4 5 3 304 4
Link Monster 381 374 139 6 0 23 52 0 0 6 62 39 0 5 6 3 284 3
Normal Monster 710 702 111 6 1 23 6 48 10 0 0 58 8 4 4 3 472 4
Ritual Monster 127 127 38 6 3 15 33 26 1 0 0 35 12 2 1 1 89 4
Synchro Monster 432 426 165 6 1 23 58 38 4 0 0 41 13 5 6 2 313 4
Xyz Monster 504 497 196 6 0 23 70 42 5 0 0 51 14 6 5 2 286 4

Has effect discrimination¶

Has effect Effect No Effect
Primary type
Effect Monster 5532 0
Fusion Monster 388 61
Link Monster 376 5
Normal Monster 34 677
Ritual Monster 112 15
Synchro Monster 429 3
Xyz Monster 502 2

Obs: Normal monster can have effect if it is pendulum

Is pendulum discrimination¶

Is Pendulum Pendulum Not Pendulum
Primary type
Effect Monster 271 5261
Fusion Monster 11 438
Link Monster 0 381
Normal Monster 38 673
Ritual Monster 1 126
Synchro Monster 7 425
Xyz Monster 9 495

By attribute¶

Attribute DARK DIVINE EARTH FIRE LIGHT WATER WIND
Primary type
Effect Monster 1511 6 1323 482 1116 558 536
Fusion Monster 157 0 82 34 103 36 37
Link Monster 129 0 76 35 87 29 25
Normal Monster 173 0 243 52 73 106 64
Ritual Monster 42 0 17 7 35 20 6
Synchro Monster 114 0 71 53 82 38 74
Xyz Monster 138 0 83 42 154 57 30

Secondary types¶

Total number of secondary types: 6
Name Password Archseries Attribute Primary type Monster type Effect type DEF Pendulum Scale ATK Level/Rank TCG status OCG status Artwork Modification date Errata
Secondary type
Flip monster 187 186 46 6 2 19 21 33 1 38 12 3 4 1 149 4
Gemini monster 45 45 13 6 1 18 6 19 0 17 8 1 1 0 40 4
Spirit monster 39 39 4 6 2 13 8 20 2 22 10 1 1 1 32 2
Toon monster 17 17 13 6 1 7 8 15 0 12 5 1 2 1 9 3
Tuner monster 501 495 143 6 5 23 62 32 7 32 9 4 5 3 364 4
Union monster 37 37 9 6 1 9 6 14 0 17 8 1 1 1 35 3

By attribute¶

Attribute DARK EARTH FIRE LIGHT WATER WIND
Secondary type
Flip monster 51 63 10 33 13 17
Gemini monster 11 8 8 6 8 4
Spirit monster 5 6 6 5 6 11
Toon monster 7 5 1 2 1 1
Tuner monster 129 95 51 103 53 70
Union monster 6 9 3 12 4 3

By secondary type¶

Secondary type Flip monster Gemini monster Spirit monster Toon monster Tuner monster Union monster All
Primary type
Effect Monster 186 45 37 17 452 37 774
Fusion Monster 0 0 0 0 3 0 3
Normal Monster 0 0 0 0 12 0 12
Ritual Monster 1 0 2 0 2 0 5
Synchro Monster 0 0 0 0 32 0 32
All 187 45 39 17 501 37 826

Monster types¶

Total number of monster types: 26
Name Password Archseries Attribute Primary type Secondary type Effect type DEF Pendulum Scale Link Link Arrows ATK Level/Rank TCG status OCG status Artwork Modification date Errata
Monster type
Aqua 256 256 67 6 7 6 51 34 3 2 3 50 10 3 3 1 193 4
Beast 380 377 86 6 7 4 61 38 7 2 7 48 10 3 3 2 288 4
Beast-Warrior 243 239 49 6 7 3 57 31 6 3 7 36 10 5 5 2 153 4
Creator God 1 0 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0
Cyberse 261 261 35 6 7 1 45 29 1 6 39 31 11 3 3 3 173 3
Dinosaur 133 130 26 6 6 1 36 32 4 2 3 38 11 3 3 1 87 3
Divine-Beast 5 0 2 1 1 0 5 4 0 0 0 4 1 2 2 1 6 3
Dragon 669 663 188 6 7 6 109 48 10 5 19 52 13 5 6 3 451 4
Fairy 520 515 116 6 7 5 83 38 9 4 12 43 12 4 5 3 331 4
Fiend 777 764 152 6 7 6 107 45 12 5 14 60 13 5 4 3 495 4
Fish 128 128 21 5 7 2 31 28 1 1 1 34 10 2 2 1 105 3
Illusion 4 4 1 3 2 0 4 4 0 0 0 4 3 0 1 0 4 0
Insect 253 253 40 6 7 3 58 33 2 3 7 45 12 2 2 1 184 4
Machine 935 929 170 6 7 7 114 55 9 4 23 62 12 5 5 3 471 4
Plant 236 235 39 6 6 4 38 30 5 4 9 37 9 4 3 1 151 3
Psychic 181 180 44 6 6 2 43 31 5 2 3 35 11 4 4 2 118 3
Pyro 128 128 38 5 6 5 37 31 0 1 2 35 11 1 2 1 93 4
Reptile 172 172 35 6 6 3 46 30 3 2 3 37 11 4 2 0 111 3
Rock 250 247 75 6 7 4 60 40 4 3 4 43 11 5 5 1 166 4
Sea Serpent 83 83 28 6 6 3 32 26 1 2 2 29 10 2 2 1 67 4
Spellcaster 687 679 152 6 7 6 101 42 11 5 13 51 12 4 6 3 450 4
Thunder 130 129 35 6 6 4 39 29 1 2 4 35 10 3 4 1 74 3
Warrior 1053 1048 226 6 7 6 92 41 7 4 16 60 13 6 6 3 603 4
Winged Beast 315 313 66 6 7 5 61 29 4 4 6 39 10 5 4 1 185 4
Wyrm 88 88 20 6 6 1 33 24 3 4 6 26 11 2 2 1 61 2
Zombie 243 243 36 6 7 6 52 37 2 3 5 38 11 2 1 3 175 4

By Attribute¶

Attribute DARK DIVINE EARTH FIRE LIGHT WATER WIND
Monster type
Aqua 9 0 6 10 4 221 6
Beast 38 0 212 16 74 14 27
Beast-Warrior 40 0 84 54 34 16 15
Creator God 0 1 0 0 0 0 0
Cyberse 73 0 36 49 62 28 13
Dinosaur 12 0 63 36 5 9 8
Divine-Beast 0 8 0 0 0 0 0
Dragon 257 0 48 50 173 28 113
Fairy 59 0 63 18 328 27 25
Fiend 585 0 34 48 71 25 16
Fish 2 0 2 0 1 121 2
Illusion 2 0 0 0 1 0 1
Insect 41 0 134 6 21 4 47
Machine 231 0 317 53 169 50 115
Plant 43 0 123 11 22 24 13
Psychic 23 0 38 17 47 13 43
Pyro 3 0 6 112 4 0 3
Reptile 38 0 34 16 45 35 4
Rock 17 0 202 5 14 5 7
Sea Serpent 3 0 1 1 2 72 4
Spellcaster 282 0 53 30 197 63 63
Thunder 14 0 10 5 78 4 19
Warrior 205 0 365 114 253 53 64
Winged Beast 112 0 7 17 15 12 152
Wyrm 15 0 19 11 23 12 8
Zombie 160 0 38 26 7 8 4

By primary type¶

Primary type Effect Monster Fusion Monster Link Monster Normal Monster Ritual Monster Synchro Monster Xyz Monster
Monster type
Aqua 154 12 3 57 8 4 18
Beast 277 19 9 50 1 14 11
Beast-Warrior 166 11 9 21 5 8 23
Creator God 1 0 0 0 0 0 0
Cyberse 129 5 99 5 7 6 10
Dinosaur 93 9 3 18 0 5 5
Divine-Beast 5 0 0 0 0 0 0
Dragon 351 65 33 45 15 98 62
Fairy 372 22 25 32 18 18 33
Fiend 547 50 29 72 15 26 40
Fish 92 5 1 17 1 9 3
Illusion 3 1 0 0 0 0 0
Insect 187 4 10 29 1 8 14
Machine 652 48 40 61 4 65 65
Plant 165 6 15 24 0 8 18
Psychic 124 11 5 9 0 19 13
Pyro 90 8 2 18 0 6 4
Reptile 141 2 3 18 0 5 3
Rock 172 18 5 27 7 5 16
Sea Serpent 56 2 2 8 0 5 10
Spellcaster 518 27 27 54 18 17 27
Thunder 98 9 5 10 0 6 2
Warrior 690 97 30 79 17 57 84
Winged Beast 229 9 10 26 4 15 22
Wyrm 55 2 9 3 0 10 9
Zombie 165 7 7 28 6 18 12

By secondary type¶

Secondary type Flip monster Gemini monster Spirit monster Toon monster Tuner monster Union monster
Monster type
Aqua 4 4 1 1 11 3
Beast 15 1 2 0 22 0
Beast-Warrior 1 0 1 0 9 0
Cyberse 0 0 0 0 9 0
Dinosaur 0 0 0 0 8 0
Dragon 1 6 1 3 46 4
Fairy 8 2 8 0 23 5
Fiend 27 4 2 1 45 1
Fish 0 1 0 0 8 0
Insect 20 2 0 0 12 0
Machine 10 1 0 4 87 18
Plant 4 1 0 0 20 1
Psychic 3 0 0 0 24 0
Pyro 4 2 2 0 9 1
Reptile 18 1 0 0 7 0
Rock 12 1 2 0 3 0
Sea Serpent 1 1 0 0 9 0
Spellcaster 35 3 4 4 42 0
Thunder 3 1 1 0 8 0
Warrior 12 9 6 3 35 3
Winged Beast 5 2 7 1 31 0
Wyrm 0 0 0 0 10 0
Zombie 4 3 2 0 23 1

Effect type¶

Total number of effect types: 14
Name Password Archseries Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank TCG status OCG status Artwork Modification date Errata
Effect type
Activation condition 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1
Condition 3223 3171 664 7 7 7 26 64 13 6 54 64 14 5 6 3 1442 4
Continuous Effect 2193 2183 567 7 6 5 25 52 12 6 48 59 14 5 4 3 1203 4
Continuous-like Effect 238 237 73 6 6 4 21 36 13 1 2 42 11 3 3 2 167 4
Flip effect 143 142 40 6 1 2 18 31 1 0 0 34 12 3 4 1 115 4
Ignition Effect 2673 2658 654 7 6 7 25 61 12 5 42 66 13 5 6 3 1329 4
Ignition-like Effect 228 220 78 6 6 3 20 34 13 1 1 36 12 4 5 1 166 4
Lingering effect 19 19 12 6 3 2 14 13 0 2 2 13 8 2 2 0 17 1
Maintenance cost 44 44 8 6 3 0 12 18 2 1 1 21 8 1 1 0 17 2
Quick Effect 1070 1066 405 6 6 5 24 49 9 6 29 51 13 4 5 3 737 4
Quick-like Effect 4 4 1 1 1 0 1 2 0 0 0 3 1 1 1 0 1 0
Summoning condition 944 906 323 7 6 4 25 52 10 5 8 53 13 5 5 3 618 4
Trigger Effect 4459 4435 794 7 7 7 25 63 14 6 51 69 14 5 6 3 1759 4
Unclassified effect 832 823 282 7 6 5 26 45 9 5 12 49 13 4 4 3 574 4

ATK¶

Total number of ATK values: 83
Name Password Archseries Attribute Primary type Secondary type Monster type Effect type DEF Pendulum Scale Link Link Arrows Level/Rank TCG status OCG status Artwork Modification date Errata
ATK
0 608 605 232 6 7 7 23 94 35 9 5 15 13 6 5 3 464 4
50 2 2 2 2 1 0 2 2 2 0 0 0 1 1 1 0 2 0
100 220 220 108 6 5 3 20 48 27 9 2 2 11 3 3 2 196 4
150 1 1 0 1 1 0 1 0 1 0 0 0 1 1 1 0 1 0
200 122 122 69 6 6 5 20 36 22 5 1 2 7 2 2 1 110 4
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
4600 2 2 1 2 1 0 1 2 1 0 0 0 1 1 1 1 2 1
5000 9 9 6 3 5 0 4 8 4 0 1 1 2 1 1 1 8 2
? 80 75 37 7 5 1 20 35 8 2 1 1 13 2 3 3 67 4
???? 1 0 1 1 0 0 1 0 1 0 0 0 1 1 1 0 1 1
X000 1 0 1 1 0 0 1 0 1 0 0 0 1 1 1 0 1 1

83 rows × 18 columns

DEF¶

Total number of DEF values: 78
Name Password Archseries Attribute Primary type Secondary type Monster type Effect type Pendulum Scale Link Link Arrows ATK Level/Rank TCG status OCG status Artwork Modification date Errata
DEF
0 764 762 258 6 6 8 23 104 10 0 0 45 13 5 4 2 538 4
50 1 1 1 1 1 0 1 1 0 0 0 1 1 1 1 0 1 0
100 213 212 97 6 5 4 19 47 9 0 0 24 10 2 3 2 183 4
200 255 253 110 6 5 5 23 48 5 0 0 31 10 3 4 2 207 4
250 8 8 3 4 2 1 5 5 0 0 0 4 2 1 1 0 7 2
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
4800 1 1 1 1 1 0 1 1 0 0 0 1 1 1 1 0 1 0
5000 5 5 3 3 2 0 3 4 0 0 0 2 2 1 1 1 5 2
? 54 49 26 7 4 1 17 26 1 0 0 2 13 2 3 2 42 4
???? 1 0 1 1 0 0 1 0 0 0 0 1 1 1 1 0 1 1
X000 1 0 1 1 0 0 1 0 0 0 0 1 1 1 1 0 1 1

78 rows × 18 columns

Level/Rank¶

Name Password Archseries Attribute Primary type Secondary type Monster type Effect type DEF Pendulum Scale ATK TCG status OCG status Artwork Modification date Errata
Level/Rank
0 6 6 3 2 2 0 2 5 3 0 3 2 2 0 4 1
1 619 616 228 6 6 7 23 81 30 11 22 5 4 2 481 4
2 682 680 213 6 6 6 23 77 30 7 29 4 5 1 535 4
3 1162 1157 298 6 6 6 23 96 37 9 41 4 6 3 794 4
4 2369 2366 518 6 6 6 24 135 47 9 54 4 6 3 1240 4
5 611 610 248 6 6 6 23 85 39 8 46 4 4 2 487 4
6 625 618 241 6 6 6 23 92 38 9 38 6 6 3 515 4
7 476 470 229 6 6 6 24 102 35 9 38 5 6 2 387 4
8 697 680 306 6 6 5 24 110 41 8 42 5 5 3 551 4
9 152 151 89 6 5 2 21 56 27 1 33 4 3 1 139 4
10 257 245 152 7 5 2 22 78 34 6 33 3 4 3 220 4
11 31 31 23 6 5 3 13 22 16 1 15 2 1 1 30 2
12 62 59 44 7 5 1 13 34 19 4 14 2 3 1 58 3
13 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 0

ATK statistics¶

ATK
count mean std min 25% 50% 75% max
Level/Rank
0 5.0 600.000000 1341.640786 0.0 0.0 0.0 0.0 3000.0
1 610.0 245.163934 351.873320 0.0 0.0 100.0 300.0 2500.0
2 680.0 581.985294 407.472217 0.0 300.0 500.0 800.0 2400.0
3 1159.0 956.816221 485.885542 0.0 600.0 1000.0 1300.0 3000.0
4 2357.0 1418.807807 541.075436 0.0 1200.0 1500.0 1800.0 3000.0
5 608.0 1759.572368 640.489528 0.0 1500.0 1900.0 2200.0 4000.0
6 622.0 2014.871383 612.286888 0.0 1900.0 2200.0 2400.0 4000.0
7 473.0 2287.420719 615.654972 0.0 2200.0 2500.0 2600.0 3300.0
8 689.0 2551.161103 698.616855 0.0 2500.0 2800.0 3000.0 4500.0
9 149.0 2582.885906 850.730446 0.0 2500.0 2800.0 3000.0 4500.0
10 237.0 2811.603376 1206.954759 0.0 2800.0 3000.0 3500.0 5000.0
11 31.0 2990.322581 1074.741779 0.0 3000.0 3300.0 3500.0 4000.0
12 57.0 3302.631579 1371.339968 0.0 3000.0 3800.0 4000.0 5000.0

DEF statistics¶

DEF
count mean std min 25% 50% 75% max
Level/Rank
0 5.0 400.000000 894.427191 0.0 0.0 0.0 0.0 2000.0
1 612.0 350.326797 529.930568 0.0 0.0 100.0 400.0 2500.0
2 681.0 673.201175 562.470158 0.0 200.0 550.0 900.0 2400.0
3 1159.0 957.679034 575.388775 0.0 600.0 900.0 1300.0 3000.0
4 2359.0 1169.067401 609.837973 0.0 800.0 1200.0 1600.0 3000.0
5 609.0 1430.131363 674.293477 0.0 1000.0 1500.0 1900.0 3000.0
6 622.0 1548.520900 709.095542 0.0 1200.0 1600.0 2000.0 3000.0
7 475.0 1889.894737 651.898388 0.0 1600.0 2000.0 2325.0 3300.0
8 696.0 1982.040230 843.302435 0.0 1600.0 2100.0 2500.0 4000.0
9 149.0 2264.093960 825.646359 0.0 2000.0 2500.0 2900.0 3700.0
10 246.0 2227.032520 1266.221655 0.0 1800.0 2500.0 3000.0 5000.0
11 31.0 2672.580645 1151.364315 0.0 2250.0 3000.0 3400.0 4000.0
12 58.0 2836.206897 1595.244938 0.0 2000.0 3100.0 4000.0 5000.0

Pendulum scale¶

Name Password Archseries Attribute Primary type Secondary type Monster type Effect type DEF ATK Level/Rank TCG status OCG status Artwork Modification date Errata
Pendulum Scale
0 11 11 8 5 2 1 8 9 6 6 6 1 1 1 11 1
1 71 67 40 6 5 2 10 39 27 28 11 3 5 1 59 3
2 36 36 15 6 2 1 11 21 22 17 6 2 2 1 30 2
3 37 37 17 6 3 1 16 24 15 23 8 2 1 0 30 1
4 33 33 17 5 5 0 8 25 16 18 8 1 1 2 21 2
5 34 34 16 6 2 1 12 20 21 23 7 3 3 0 27 2
6 15 15 9 4 1 1 7 11 11 11 6 1 1 0 13 1
7 27 27 16 6 2 1 14 14 17 19 6 1 1 1 24 3
8 44 43 24 6 5 1 9 24 19 19 8 1 3 0 38 2
9 8 8 3 3 2 1 3 5 2 3 5 1 1 0 5 0
10 15 12 8 6 5 0 6 11 8 6 6 2 2 0 13 0
11 1 1 0 1 1 0 1 1 1 1 1 1 0 0 1 0
12 3 3 3 2 2 0 3 3 3 3 2 1 1 0 3 0
13 2 1 2 2 2 0 2 2 2 2 2 1 2 0 2 0

ATK statistics¶

ATK
count mean std min 25% 50% 75% max
Pendulum Scale
0 11.0 1281.818182 1300.629218 0.0 0.0 1100.0 2500.0 3000.0
1 70.0 1751.428571 1031.214685 0.0 1000.0 1800.0 2500.0 4000.0
2 36.0 1423.611111 688.734462 100.0 800.0 1500.0 2000.0 2500.0
3 37.0 1463.513514 848.417534 0.0 600.0 1750.0 2100.0 2600.0
4 33.0 1824.242424 1017.972956 0.0 1200.0 2000.0 2700.0 3000.0
5 34.0 1339.705882 808.831875 0.0 850.0 1325.0 1800.0 3450.0
6 15.0 1320.000000 707.308783 100.0 950.0 1500.0 1800.0 2400.0
7 27.0 1279.629630 787.920737 0.0 700.0 1400.0 1750.0 3000.0
8 44.0 1211.363636 935.157221 0.0 300.0 1200.0 1850.0 3300.0
9 8.0 2150.000000 730.948503 1000.0 2050.0 2400.0 2500.0 2800.0
10 15.0 1766.666667 1369.914839 0.0 250.0 2500.0 2950.0 3000.0
11 1.0 100.000000 NaN 100.0 100.0 100.0 100.0 100.0
12 2.0 1550.000000 2050.609665 100.0 825.0 1550.0 2275.0 3000.0
13 2.0 2000.000000 2828.427125 0.0 1000.0 2000.0 3000.0 4000.0

DEF statistics¶

DEF
count mean std min 25% 50% 75% max
Pendulum Scale
0 11.0 1154.545455 1217.672892 0.0 0.0 700.0 2500.0 3000.0
1 71.0 1638.028169 962.491736 0.0 1000.0 1800.0 2400.0 4000.0
2 36.0 1338.888889 728.316171 0.0 875.0 1200.0 1825.0 2700.0
3 37.0 1144.594595 787.910720 0.0 500.0 1200.0 1800.0 3000.0
4 33.0 1563.636364 834.347867 0.0 1000.0 1600.0 2300.0 2800.0
5 34.0 1136.764706 822.625953 0.0 550.0 1000.0 1575.0 3000.0
6 15.0 1226.666667 711.604492 400.0 600.0 1100.0 1700.0 2600.0
7 27.0 1312.962963 830.383669 0.0 700.0 1300.0 2000.0 2700.0
8 44.0 1065.909091 761.254528 0.0 400.0 1000.0 1700.0 2700.0
9 8.0 1225.000000 636.396103 1000.0 1000.0 1000.0 1000.0 2800.0
10 15.0 1926.666667 1123.430122 0.0 1000.0 2500.0 2700.0 3000.0
11 1.0 100.000000 NaN 100.0 100.0 100.0 100.0 100.0
12 2.0 1550.000000 2050.609665 100.0 825.0 1550.0 2275.0 3000.0
13 2.0 2000.000000 2828.427125 0.0 1000.0 2000.0 3000.0 4000.0

Level/Rank statistics¶

Level/Rank
count mean std min 25% 50% 75% max
Pendulum Scale
0 11.0 5.636364 3.529100 1.0 2.00 7.0 8.00 10.0
1 71.0 6.056338 2.395754 1.0 4.00 6.0 8.00 12.0
2 36.0 4.416667 1.380993 1.0 3.75 4.0 5.00 7.0
3 37.0 4.432432 1.708484 1.0 4.00 4.0 5.00 10.0
4 33.0 5.606061 2.135114 1.0 4.00 6.0 7.00 8.0
5 34.0 4.176471 1.961301 1.0 3.00 4.0 4.00 11.0
6 15.0 3.933333 1.579632 1.0 3.00 4.0 4.50 8.0
7 27.0 4.185185 1.641693 2.0 3.00 4.0 5.00 10.0
8 44.0 3.863636 2.257709 1.0 2.00 4.0 4.50 10.0
9 8.0 5.625000 1.302470 4.0 5.00 5.0 6.25 8.0
10 15.0 7.066667 3.034720 1.0 7.00 7.0 9.00 12.0
11 1.0 1.000000 NaN 1.0 1.00 1.0 1.00 1.0
12 3.0 8.333333 6.350853 1.0 6.50 12.0 12.00 12.0
13 2.0 9.500000 3.535534 7.0 8.25 9.5 10.75 12.0

Link¶

Name Password Archseries Attribute Monster type Effect type Link Arrows ATK TCG status OCG status Artwork Modification date Errata
Link
1 51 51 27 6 12 18 8 11 4 3 1 39 1
2 189 188 103 6 23 32 19 24 2 4 3 166 3
3 84 84 48 6 16 25 17 18 2 2 2 76 2
4 46 43 24 6 16 21 13 12 3 4 3 42 1
5 9 6 5 2 5 6 3 4 2 2 0 9 0
6 2 2 2 1 1 2 2 2 1 1 0 2 0

ATK statistics¶

ATK
count mean std min 25% 50% 75% max
Link
1 51.0 758.823529 575.561107 0.0 300.0 800.0 1000.0 3000.0
2 189.0 1414.021164 510.789668 0.0 1100.0 1500.0 1800.0 2300.0
3 84.0 2258.928571 651.234264 0.0 2200.0 2400.0 2500.0 4000.0
4 45.0 2671.111111 641.242481 0.0 2500.0 2800.0 3000.0 3300.0
5 9.0 3277.777778 712.000312 2500.0 3000.0 3000.0 3500.0 5000.0
6 2.0 1750.000000 2474.873734 0.0 875.0 1750.0 2625.0 3500.0

Link Arrows¶

By combination¶

Total number of link arrow combinations: 62
Name Password Archseries Attribute Monster type Effect type ATK TCG status OCG status Artwork Modification date Errata
Link Arrows
(←,) 5 5 4 2 3 4 2 3 2 0 5 0
(←, ↑) 4 4 2 2 3 3 4 1 1 0 4 0
(←, →) 18 18 9 6 8 8 11 2 2 1 15 0
(←, →, ↑) 8 8 5 4 5 7 6 1 1 0 8 0
(↑,) 10 10 5 5 5 9 6 1 1 0 7 0
... ... ... ... ... ... ... ... ... ... ... ... ...
(↙, ↘, ←, ↖) 1 1 1 1 1 1 1 1 1 0 1 0
(↙, ↘, ↑) 22 22 15 6 11 11 11 2 2 2 22 2
(↙, ↘, →) 2 2 2 2 2 2 2 1 1 0 2 0
(↙, ↘, ↖) 2 2 0 2 2 2 2 1 1 0 2 0
(↙, ↘, ↖, ↗) 1 1 1 1 1 1 1 1 1 0 1 1

62 rows × 12 columns

By unique¶

Name Password Archseries Attribute Monster type Effect type Link ATK TCG status OCG status Artwork Modification date Errata
Link Arrows
← 118 112 46 6 21 35 6 29 4 3 3 98 1
↑ 120 117 46 6 20 31 6 27 3 4 3 101 2
→ 104 98 40 6 19 30 6 27 3 3 2 89 1
↓ 168 162 71 6 20 42 6 32 4 5 3 143 1
↖ 12 12 6 5 5 7 5 10 1 1 2 12 1
↗ 17 16 8 5 7 8 6 11 1 2 2 17 1
↘ 190 187 103 6 22 36 6 33 3 5 3 167 3
↙ 193 189 104 6 22 37 6 34 3 6 3 169 3

By link¶

Link 1 2 3 4 5 6
Link Arrows
← 5 47 25 31 8 2
↑ 10 30 44 30 4 2
→ 2 33 26 32 9 2
↓ 22 61 43 34 6 2
↖ 1 3 5 2 0 1
↗ 3 6 3 3 1 1
↘ 3 97 54 26 9 1
↙ 5 101 52 26 8 1

Spell & Trap¶

Properties¶

Total number of properties: 9
Name Password Archseries Effect type TCG status OCG status Artwork Modification date Errata
Property
Continuous Spell Card 427 424 165 56 4 5 2 356 4
Continuous Trap Card 504 493 166 65 3 4 1 405 4
Counter Trap Card 160 158 63 19 3 2 1 141 3
Equip Spell Card 266 265 76 37 2 3 1 214 4
Field Spell Card 282 278 148 36 5 5 1 254 4
Normal Spell Card 942 937 237 44 5 6 3 662 4
Normal Trap Card 1192 1187 248 48 5 5 2 809 3
Quick-Play Spell Card 448 442 144 34 3 4 1 367 4
Ritual Spell Card 77 77 26 8 2 1 1 68 3

Effect type¶

Total number of effect types: 14
Name Password Card type Property Archseries TCG status OCG status Page name Page URL Artwork Modification date Errata
Effect type
Activation condition 829 822 2 8 173 4 5 829 829 2 606 4
Condition 1758 1737 2 9 391 6 5 1759 1759 2 1030 4
Continuous Effect 21 21 2 6 12 1 1 21 21 1 20 2
Continuous-like Effect 914 902 2 7 241 4 5 915 915 2 672 4
Cost 445 443 2 7 114 4 4 445 445 2 363 4
Effect 3020 2995 2 9 446 6 6 3021 3021 3 1441 4
Ignition Effect 2 2 2 2 2 1 1 2 2 0 2 1
Ignition-like Effect 461 458 1 6 192 4 5 461 461 2 361 3
Lingering effect 96 96 2 6 42 3 4 96 96 1 94 3
Maintenance cost 22 22 2 5 7 2 2 22 22 1 21 2
Quick Effect 10 10 2 3 4 1 1 10 10 0 8 2
Quick-like Effect 362 354 2 4 156 4 4 362 362 1 301 2
Trigger Effect 859 854 2 9 267 4 5 859 859 1 630 4
Unclassified effect 86 86 2 9 50 2 2 86 86 1 78 1

Spell & Trap discrimination¶

Card type Spell Card Trap Card
Effect type
Activation condition 244 585
Condition 1186 573
Continuous Effect 7 14
Continuous-like Effect 627 288
Cost 236 209
Effect 1581 1440
Ignition Effect 1 1
Ignition-like Effect 461 0
Lingering effect 56 40
Maintenance cost 11 11
Quick Effect 4 6
Quick-like Effect 3 359
Trigger Effect 582 277
Unclassified effect 64 22

Archseries¶

Total number of Archseries: 729
Name Password Card type Property Effect type TCG status OCG status Page name Page URL Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
Archseries
"C" 9 9 1 0 7 2 1 9 9 0 7 2 1 2 0 1 8 0 0 0 9 8
-Eyes Dragon 74 73 1 0 45 2 3 74 74 1 49 4 6 7 2 3 14 7 1 1 16 10
/Assault Mode 7 7 1 0 5 1 1 7 7 0 7 1 5 1 0 6 6 0 0 0 6 5
@Ignister 18 18 1 0 9 1 1 18 18 0 18 0 6 6 1 1 9 0 3 4 10 7
A-to-Z 16 16 1 0 5 1 1 16 16 2 12 3 1 3 1 1 12 0 0 0 13 4
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
sphinx 10 10 2 1 9 1 1 10 10 0 10 1 2 1 0 2 5 0 0 0 8 4
sprout 2 2 1 0 2 1 1 2 2 0 2 0 1 1 0 1 1 0 0 0 1 1
tellarknight 25 25 2 4 12 1 2 25 25 0 17 1 2 2 0 4 15 2 0 0 16 2
with Chain 4 4 1 1 4 1 1 4 4 1 4 1 0 0 0 0 0 0 0 0 0 0
with Eyes of Blue 8 8 2 2 6 1 1 8 8 0 8 2 1 1 1 1 4 0 0 0 3 1

729 rows × 22 columns

By card type¶

Card type Monster Card Spell Card Trap Card All
Archseries
"C" 9 0 0 9
-Eyes Dragon 74 0 0 74
/Assault Mode 7 0 0 7
@Ignister 18 0 0 18
A-to-Z 16 0 0 16
... ... ... ... ...
sprout 2 0 0 2
tellarknight 20 5 0 25
with Chain 0 0 4 4
with Eyes of Blue 5 3 0 8
All 7506 1422 948 9876

730 rows × 4 columns

By primary type¶

Primary type Effect Monster Fusion Monster Link Monster Normal Monster Ritual Monster Synchro Monster Xyz Monster All
Archseries
"C" 8 0 0 1 0 0 0 9
-Eyes Dragon 31 12 1 3 4 5 18 74
/Assault Mode 7 0 0 0 0 0 0 7
@Ignister 10 1 4 0 1 1 1 18
A-to-Z 6 8 0 2 0 0 0 16
... ... ... ... ... ... ... ... ...
sphinx 9 0 0 0 0 0 0 9
sprout 2 0 0 0 0 0 0 2
tellarknight 14 0 0 0 0 0 6 20
with Eyes of Blue 5 0 0 0 0 0 0 5
All 4830 563 348 220 128 460 953 7502

663 rows × 8 columns

By secondary type¶

Secondary type Flip monster Gemini monster Spirit monster Toon monster Tuner monster Union monster All
Archseries
-Eyes Dragon 0 2 0 2 0 0 4
@Ignister 0 0 0 0 1 0 1
A-to-Z 0 0 0 0 0 6 6
Adamancipator 0 0 0 0 3 0 3
Alien 1 1 0 0 1 0 3
... ... ... ... ... ... ... ...
itsu 0 0 0 0 0 2 2
lswarm 2 0 0 0 0 0 2
roid 0 0 0 0 9 0 9
with Eyes of Blue 0 0 0 0 5 0 5
All 129 28 13 36 475 18 699

207 rows × 7 columns

By monster type¶

Monster type Aqua Beast Beast-Warrior Creator God Cyberse Dinosaur Divine-Beast Dragon Fairy Fiend Fish Illusion Insect Machine Plant Psychic Pyro Reptile Rock Sea Serpent Spellcaster Thunder Warrior Winged Beast Wyrm Zombie All
Archseries
"C" 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 9
-Eyes Dragon 0 0 0 0 0 0 0 69 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 3 74
/Assault Mode 0 0 0 0 0 0 0 2 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 7
@Ignister 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18
A-to-Z 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 0 0 0 0 0 0 0 0 0 16
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
sphinx 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 9
sprout 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 2
tellarknight 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 17 0 1 0 20
with Eyes of Blue 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 5
All 197 303 187 2 162 92 12 742 460 720 76 3 165 1027 184 159 103 140 221 71 595 98 1280 271 78 158 7506

663 rows × 27 columns

By property¶

Property Continuous Spell Card Continuous Trap Card Counter Trap Card Equip Spell Card Field Spell Card Normal Spell Card Normal Trap Card Quick-Play Spell Card Ritual Spell Card All
Archseries
A.I. 1 3 0 0 1 4 1 2 1 13
Abyss Actor 0 0 0 0 0 1 2 0 0 3
Abyss Script 1 0 0 0 0 5 0 1 0 7
Abyss- 0 1 0 3 0 0 3 0 0 7
Adamancipator 0 0 1 0 1 2 1 0 0 5
... ... ... ... ... ... ... ... ... ... ...
sphinx 0 1 0 0 0 0 0 0 0 1
tellarknight 1 0 0 1 1 0 0 2 0 5
with Chain 0 0 0 0 0 0 4 0 0 4
with Eyes of Blue 1 0 0 0 0 0 0 2 0 3
All 253 298 84 138 188 529 566 273 41 2370

411 rows × 10 columns

Artworks¶

Total number of cards with edited or alternate artworks: 632
Name Password TCG status OCG status Artwork
17 A Deal with Dark Ruler 06850209 Unlimited Unlimited (Edited,)
31 A-to-Z-Dragon Buster Cannon 65172015 Unlimited Unlimited (Edited,)
50 Absolute End 27744077 Unlimited Unlimited (Edited,)
56 Absorbing Kid from the Sky 49771608 Unlimited Unlimited (Edited,)
66 Abyss Actor - Mellow Madonna 78310590 Unlimited Unlimited (Edited,)
... ... ... ... ... ...
12298 Yorishiro of the Aqua 57511992 Unlimited Unlimited (Edited,)
12411 Zombino 14575467 Unlimited Unlimited (Edited,)
12413 Zombyra the Dark 88472456 Unlimited Unlimited (Edited,)
12415 Zoodiac Barrage 46060017 Forbidden Limited (Edited,)
12418 Zoodiac Bunnyblast 04367330 Unlimited Unlimited (Edited,)

632 rows × 5 columns

By card type¶

Card type Monster Card Spell Card Trap Card
Artwork
(Alternate,) 83 7 5
(Alternate, Edited) 11 1 0
(Edited,) 296 119 110

By primary type¶

Primary type Effect Monster Fusion Monster Link Monster Normal Monster Ritual Monster Synchro Monster Xyz Monster
Artwork
(Alternate,) 36 13 9 16 0 4 5
(Alternate, Edited) 3 1 5 2 0 0 0
(Edited,) 193 22 10 43 7 5 16

More granularity is unnecessary

Errata¶

Total number of cards with errata: 4727
Name Password TCG status OCG status Errata
0 "A" Cell Breeding Device 34541863 Unlimited Unlimited (Name,)
5 "Infernoble Arms - Durendal" 37478723 Unlimited Unlimited (Any,)
9 3-Hump Lacooda 86988864 Unlimited Unlimited (Any,)
11 4-Starred Ladybug of Doom 83994646 Unlimited Unlimited (Any,)
14 7 Completed 86198326 Unlimited Unlimited (Type,)
... ... ... ... ... ...
12425 Zoodiac Ramram 04145852 Unlimited Unlimited (Any,)
12429 Zoodiac Whiptail 31755044 Unlimited Unlimited (Any,)
12432 Zubaba Buster 57036718 Unlimited Unlimited (Any,)
12434 Zubaba Knight 97896503 Unlimited Unlimited (Any,)
12437 Zure, Knight of Dark World 07459013 Unlimited Unlimited (Type,)

4727 rows × 5 columns

Name Password Card type Property Archseries Effect type TCG status OCG status Page name Page URL Artwork Modification date Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
Errata
(Any,) 3483 3478 3 9 618 217 4 5 3485 3485 3 1603 7 7 8 24 59 9 4 10 70 13
(Type,) 739 739 3 9 181 82 4 5 741 741 3 514 7 7 6 24 45 5 2 2 54 12
(Name,) 387 387 3 9 128 71 4 3 387 387 2 290 6 7 3 22 37 3 1 1 43 11
(Name, Type) 110 109 3 6 56 36 4 4 114 114 3 99 7 6 5 16 30 0 0 0 35 10

By card type¶

Card type Monster Card Spell Card Trap Card
Errata
(Any,) 2172 674 639
(Type,) 517 214 10
(Name,) 282 54 51
(Name, Type) 93 20 1

By primary type¶

Primary type Effect Monster Fusion Monster Link Monster Normal Monster Ritual Monster Synchro Monster Xyz Monster
Errata
(Any,) 1642 129 15 53 36 137 160
(Type,) 328 29 2 108 3 29 17
(Name,) 186 46 4 28 2 9 7
(Name, Type) 45 9 0 28 3 5 1

More granularity is unnecessary

By artwork¶

Errata (Any,) (Name,) (Name, Type) (Type,)
Artwork
(Edited,) 177 23 15 63
(Alternate,) 32 4 18 27
(Alternate, Edited) 1 0 2 3

TCG & OCG status¶

TGC status¶

Total number of TCG status: 6
Name Password Card type Property Archseries Effect type OCG status Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
TCG status
Forbidden 103 103 3 7 57 49 4 1 97 4 6 5 2 19 21 2 4 10 27 12
Illegal 38 0 3 3 6 6 1 0 35 3 6 5 0 14 12 2 2 2 11 5
Limited 82 82 3 5 43 37 4 3 74 4 6 6 2 15 19 2 1 1 23 9
Not yet released 40 40 3 7 7 21 1 0 10 0 5 7 1 10 13 1 1 1 17 9
Semi-Limited 3 3 2 1 3 3 2 0 3 1 2 2 0 2 2 0 0 0 2 2
Unlimited 11766 11763 3 9 1184 354 4 3 2432 4 7 7 8 24 75 14 6 61 80 14
NaN 405 334 3 8 98 75 3 0 316 2 7 7 2 23 35 6 3 6 54 11

By card type¶

TCG status Forbidden Illegal Limited Not yet released Semi-Limited
Card type
Monster Card 67 35 46 23 2
Spell Card 26 2 33 9 1
Trap Card 10 1 3 8 0

By monster type¶

TCG status Forbidden Illegal Limited Not yet released Semi-Limited
Monster type
Aqua 2 0 4 0 0
Beast 0 3 2 0 0
Beast-Warrior 2 3 2 4 0
Cyberse 2 0 1 0 0
Dinosaur 0 0 2 5 0
Divine-Beast 0 3 0 0 0
Dragon 10 3 7 2 0
Fairy 4 4 6 0 0
Fiend 5 2 2 1 0
Fish 1 0 0 0 0
Insect 2 0 0 0 0
Machine 6 4 4 1 0
Plant 6 1 0 1 0
Psychic 2 1 1 0 0
Pyro 0 0 0 0 0
Reptile 1 0 1 1 0
Rock 2 1 4 1 0
Sea Serpent 1 0 0 0 0
Spellcaster 8 5 7 0 0
Thunder 2 1 0 0 0
Warrior 4 2 2 4 1
Winged Beast 3 2 1 0 1
Wyrm 4 0 0 0 0
Zombie 0 0 0 3 0

By archseries¶

TCG status Forbidden Illegal Limited Semi-Limited Unlimited All
Archseries
-Eyes Dragon 1 0 0 0 0 1
Adventurer Token (series) 0 0 0 0 2 2
Amazoness 0 0 0 0 1 1
Attribute Knight 0 0 1 0 0 1
Barrier Statue 1 0 0 0 0 1
... ... ... ... ... ... ...
Zexal 1 0 0 0 0 1
Zoodiac 3 0 1 0 0 4
roid 0 0 1 0 0 1
tellarknight 0 0 0 0 1 1
All 64 39 38 3 95 239

114 rows × 6 columns

OCG status¶

Total number of OCG status: 6
Name Password Card type Property Archseries Effect type TCG status Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
OCG status
Forbidden 86 86 3 6 46 40 3 1 81 4 6 5 3 20 19 3 4 8 23 11
Illegal 32 1 3 2 8 8 1 0 29 3 6 6 1 12 15 2 2 2 14 8
Limited 76 76 3 7 38 35 3 3 70 3 6 6 2 13 21 3 2 2 22 9
Not yet released 41 0 3 7 18 24 0 0 39 0 5 5 1 8 16 3 1 1 16 10
Semi-Limited 26 26 2 4 17 16 4 2 22 3 4 4 1 7 7 0 1 1 8 4
Unlimited 12101 12077 3 9 1198 357 5 3 2502 4 7 7 8 26 76 13 6 61 81 14
NaN 71 59 3 6 11 25 2 0 47 2 6 5 1 20 20 1 1 2 22 11

By card type¶

OCG status Forbidden Illegal Limited Not yet released Semi-Limited
Card type
Monster Card 55 30 45 24 9
Spell Card 21 1 27 11 17
Trap Card 10 1 4 6 0

By monster type¶

OCG status Forbidden Illegal Limited Not yet released Semi-Limited
Monster type
Aqua 3 0 3 0 0
Beast 1 2 0 0 0
Beast-Warrior 3 2 1 0 1
Creator God 0 0 0 0 0
Cyberse 2 0 0 0 1
Dinosaur 0 0 1 2 0
Divine-Beast 0 3 0 0 0
Dragon 8 3 8 3 2
Fairy 2 3 4 1 0
Fiend 5 1 0 11 0
Fish 1 0 0 0 0
Illusion 0 0 0 0 0
Insect 1 0 0 0 0
Machine 5 3 5 2 0
Plant 4 0 2 0 0
Psychic 1 1 5 0 0
Pyro 0 0 1 0 0
Reptile 1 0 0 0 0
Rock 1 1 2 2 0
Sea Serpent 1 0 0 0 0
Spellcaster 7 7 8 1 1
Thunder 1 0 3 0 1
Warrior 3 3 2 2 2
Winged Beast 3 1 0 0 1
Wyrm 2 0 0 0 0
Zombie 0 0 0 0 0

By archseries¶

OCG status Forbidden Illegal Limited Not yet released Semi-Limited All
Archseries
-Eyes Dragon 1 0 0 1 0 2
Adventurer Token (series) 1 0 0 0 1 2
Amazoness 1 0 0 0 0 1
Ancient Treasure 0 0 0 3 0 3
Arcana Force 0 0 0 1 0 1
... ... ... ... ... ... ...
Zexal 1 0 0 0 0 1
Zoodiac 2 0 2 0 0 4
roid 0 0 1 0 0 1
tellarknight 0 0 0 0 1 1
All 72 33 65 39 20 229

122 rows × 6 columns

TCG vs. OCG status¶

TCG status Forbidden Illegal Limited Not yet released Semi-Limited Unlimited
OCG status
Forbidden 71 0 4 0 0 11
Illegal 0 26 0 0 0 0
Limited 9 0 38 0 0 29
Semi-Limited 1 0 7 0 2 16
Unlimited 22 0 33 40 1 11653

Extras¶

Multiple secondary types¶

Name Password Card type Property Archseries Effect type TCG status OCG status Page name Page URL Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
9363 Scapeghost 67284107 Monster Card NaN (Zombie counterpart,) (Flip effect,) Unlimited Unlimited Scapeghost https://yugipedia.com/wiki/Scapeghost NaN 2023-03-20 07:08:48 (Any,) DARK Effect Monster (Flip monster, Tuner monster) Zombie 0 NaN NaN NaN 0 1
9530 Shaddoll Falco 37445295 Monster Card NaN (Shaddoll,) (Condition, Flip effect, Trigger Effect) Unlimited Unlimited Shaddoll Falco https://yugipedia.com/wiki/Shaddoll_Falco NaN 2023-03-20 07:49:20 (Any,) DARK Effect Monster (Flip monster, Tuner monster) Spellcaster 1400 NaN NaN NaN 600 2
11159 Torque Tune Gear 79538761 Monster Card NaN NaN (Continuous-like Effect, Ignition Effect, Igni... Unlimited Unlimited Torque Tune Gear https://yugipedia.com/wiki/Torque_Tune_Gear NaN 2023-03-20 15:55:44 (Any,) LIGHT Effect Monster (Tuner monster, Union monster) Machine 0 NaN NaN NaN 0 1
11372 Turbo-Tainted Hot Rod GT19 16769305 Monster Card NaN NaN (Condition, Quick Effect, Trigger Effect) Unlimited Unlimited Turbo-Tainted Hot Rod GT19 https://yugipedia.com/wiki/Turbo-Tainted_Hot_R... NaN 2023-03-20 16:55:28 NaN FIRE Effect Monster (Flip monster, Tuner monster) Machine 1500 NaN NaN NaN 500 3

Not yet released¶

Name Password Card type Property Archseries Effect type TCG status OCG status Page name Page URL Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
11773 Vision Resonator NaN Monster Card NaN (Resonator,) (Condition, Trigger Effect, Unclassified effect) NaN Not yet released Vision Resonator https://yugipedia.com/wiki/Vision_Resonator NaN 2023-05-12 12:18:08 NaN DARK Effect Monster (Tuner monster,) Fiend 400 NaN NaN NaN 400 2

Counters and Tokens¶

Name Card type TCG status OCG status Page name Page URL Modification date
0 Albaz the Shrouded Counter Legal Legal Albaz the Shrouded https://yugipedia.com/wiki/Albaz_the_Shrouded 2023-03-23 09:40:16
1 Aluber the Dogmatic Counter Legal Legal Aluber the Dogmatic https://yugipedia.com/wiki/Aluber_the_Dogmatic 2023-03-23 09:40:16
2 Black Feather Counter Counter Legal Legal Black Feather Counter (card) https://yugipedia.com/wiki/Black_Feather_Count... 2023-03-23 09:44:32
3 Counter Counter NaN Legal Counter (card) https://yugipedia.com/wiki/Counter_(card) 2019-12-07 22:56:00
4 Ecclesia the Exiled Counter Legal Legal Ecclesia the Exiled https://yugipedia.com/wiki/Ecclesia_the_Exiled 2023-03-23 10:20:48
5 Emperor's Key Counter NaN Legal Emperor's Key (card) https://yugipedia.com/wiki/Emperor%27s_Key_(card) 2023-04-02 14:38:56
6 Jesse Anderson - Bonder with the Crystal Beasts Counter Legal Legal Jesse Anderson - Bonder with the Crystal Beasts https://yugipedia.com/wiki/Jesse_Anderson_-_Bo... 2023-03-23 10:40:00
7 Jesse and Ruby - Unleashing the Legend Counter Legal Legal Jesse and Ruby - Unleashing the Legend https://yugipedia.com/wiki/Jesse_and_Ruby_-_Un... 2023-03-23 10:40:00
8 Predator Counter Counter NaN Legal Predator Counter (card) https://yugipedia.com/wiki/Predator_Counter_(c... 2023-04-13 21:47:44
9 Spell Counter Counter NaN Legal Spell Counter (card) https://yugipedia.com/wiki/Spell_Counter_(card) 2019-12-08 00:23:28
10 Tri-Brigade Counter Legal Legal Tri-Brigade (card) https://yugipedia.com/wiki/Tri-Brigade_(card) 2023-03-23 12:43:44
11 The Virtuous Vestals Counter Legal Legal The Virtuous Vestals https://yugipedia.com/wiki/The_Virtuous_Vestals 2023-03-23 12:39:28
12 Wedge Counter Counter NaN Legal Wedge Counter (card) https://yugipedia.com/wiki/Wedge_Counter_(card) 2019-12-08 00:40:32

Page name differs from card name¶

Name Password Card type Property Archseries Effect type TCG status OCG status Page name Page URL Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank
53 Absolute Powerforce NaN Spell Card Quick-Play Spell Card (Signature move,) (Effect,) NaN Not yet released Absolute Powerforce (card) https://yugipedia.com/wiki/Absolute_Powerforce... NaN 2023-05-28 12:26:40 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
386 Ancient Gear 31557782 Monster Card NaN (Ancient Gear,) (Unclassified effect,) Unlimited Unlimited Ancient Gear (card) https://yugipedia.com/wiki/Ancient_Gear_(card) NaN 2023-03-18 01:12:32 NaN EARTH Effect Monster NaN Machine 800 NaN NaN NaN 100 2
1053 Black Feather Counter NaN Counter NaN NaN NaN Legal Legal Black Feather Counter (card) https://yugipedia.com/wiki/Black_Feather_Count... NaN 2023-03-23 09:44:32 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
1060 Black Luster Soldier NaN Monster Card NaN (Black Luster Soldier (archetype), Chaos) NaN NaN Unlimited Black Luster Soldier (Normal) https://yugipedia.com/wiki/Black_Luster_Soldie... NaN 2023-03-18 05:05:04 (Name, Type) EARTH Normal Monster NaN Warrior 2500 NaN NaN NaN 3000 8
1456 Burning Soul 10723472 Spell Card Quick-Play Spell Card NaN (Activation condition, Condition, Effect, Ling... Unlimited Unlimited Burning Soul (card) https://yugipedia.com/wiki/Burning_Soul_(card) NaN 2023-03-18 07:08:48 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
11536 Tyhone #2 56789759 Monster Card NaN NaN NaN Unlimited Unlimited Tyhone 2 https://yugipedia.com/wiki/Tyhone_2 NaN 2023-05-17 12:16:00 NaN FIRE Normal Monster NaN Dragon 1900 NaN NaN NaN 1700 6
12062 Wedge Counter NaN Counter NaN NaN NaN NaN Legal Wedge Counter (card) https://yugipedia.com/wiki/Wedge_Counter_(card) NaN 2019-12-08 00:40:32 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
12167 Winged Dragon, Guardian of the Fortress #1 87796900 Monster Card NaN NaN NaN Unlimited Unlimited Winged Dragon, Guardian of the Fortress 1 https://yugipedia.com/wiki/Winged_Dragon,_Guar... NaN 2023-05-14 21:34:56 NaN WIND Normal Monster NaN Dragon 1200 NaN NaN NaN 1400 4
12168 Winged Dragon, Guardian of the Fortress #2 57405307 Monster Card NaN NaN NaN Unlimited Unlimited Winged Dragon, Guardian of the Fortress 2 https://yugipedia.com/wiki/Winged_Dragon,_Guar... NaN 2023-03-20 19:52:32 NaN WIND Normal Monster NaN Winged Beast 1000 NaN NaN NaN 1200 4
12506 Zera the Mant NaN Monster Card NaN (Zera,) NaN NaN Unlimited Zera the Mant (Normal) https://yugipedia.com/wiki/Zera_the_Mant_(Normal) NaN 2023-03-20 21:13:36 NaN DARK Normal Monster NaN Fiend 2300 NaN NaN NaN 2800 8

133 rows × 23 columns

Epilogue¶

Execution completed 29/05/2023 04:05 UTC

HTML export¶

Notebook saved to disk